home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / programr / tp / percnt / ctrlcomm.inc < prev    next >
Text File  |  1991-11-11  |  1KB  |  27 lines

  1. {***************************************************************************
  2.  
  3.         NoMan Custom Control Library                    $Version$
  4.         Common Identifiers Include File
  5.         $Author$                $Date$
  6.  
  7.         Unit Description
  8.  
  9.         This Turbo Pascal for Windows include file contains the identifiers
  10.         that are common to the control library and to any program or DLL
  11.         that uses the control library.
  12.  
  13. ***************************************************************************}
  14.  
  15.   const
  16.  
  17.                          { Percent Control Constants }
  18.  
  19.     PctNoStyles  = 5;                   { Number of style bits we define }
  20.                                         { Define the style bits }
  21.     Pct_Decades  = $01;            { Place tick marks & % values every 10% }
  22.     Pct_Quarters = $02;            { Place tick marks & % values every 25% }
  23.     Pct_Halves   = $04;            { Place tick marks & % values every 50% }
  24.     Pct_Axis     = $08;            { Draw the tick marks on the control }
  25.     Pct_Digits   = $10;            { Draw the percentage in the middle of the control }
  26.                         { Define other constants }
  27.